home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / helppc.zip / README < prev    next >
Text File  |  1990-11-27  |  5KB  |  113 lines

  1. HelpPC 2.0       PC Programmers Utility      Copyright (c) 1990, David Jurgens
  2.  
  3. HelpPC 2.0 is a shareware release of HelpPC.  The registration fee
  4. is $25 for addresses in the United States and $30 for Foreign addresses.
  5. For information about creating your own databases, registration, and 
  6. the TSR version read HELPPC.DOC.  A registration form is inclosed in
  7. REGISTER.FRM.   Thanks for your support...
  8.  
  9. Dave Jurgens
  10.  
  11.  
  12.  
  13. Installation
  14. ============
  15.  
  16. This utility requires the following:
  17.  
  18.     DOS 2.0 or greater
  19.     64K of free RAM
  20.     a hard disk system is recommended
  21.     
  22. Installation involves two steps.  First, simply dearchive the HelpPC.EXE
  23. file (may be HelpPC.ZIP or HelpPC.ARC).  Second, issue the following
  24. command: 
  25.  
  26. SET HLP=d:dirname           (no blanks, except between "SET HLP")
  27.  
  28. Where 'd:' is the drive and 'dirname' is the directory where the help .TXT
  29. files exist (this should be fully qualified, with or without the trailing
  30. '\').  The HelpPC.COM file can exist anywhere that it can be accessed
  31. through the DOS command search path (PATH).  The "SET HLP=" command
  32. should be placed in the AUTOEXEC.BAT file to allow access to HelpPC each
  33. time your machine is restarted.
  34.  
  35. As an example, if the files HelpPC.NDX and the .TXT files reside in
  36. a directory named  C:\HELPINFO  then use:
  37.  
  38.          SET HLP=C:\HELPINFO  
  39.               or
  40.          SET HLP=C:\HELPINFO\
  41.  
  42.  
  43. The name HelpPC was chosen to avoid conflict with the HELP command
  44. available with some OEM versions of DOS.  I'd recommend that you
  45. rename HelpPC.COM to a name you find convenient and easy to remember
  46. like "H.COM", "HELP.COM" or "INFO.COM".
  47.  
  48.  
  49.  
  50. Usage
  51. =====
  52.  
  53. HelpPC has three modes of operation.  At first the most useful will be
  54. the menu driven interface that allows you to point and shoot at your topic.
  55. Entering HelpPC without a command line puts you in menu mode.  The second
  56. mode is the command line mode which allows you to specify the text to
  57. search for on the command line.   The third mode is available from either
  58. of the two other modes and prompts you for information.  Prompted mode
  59. becomes the default after using the command line mode.   To switch between
  60. prompted mode and menu mode, use the F1 key.
  61.  
  62. Also included are two command files INDEXHLP.COM and BUILD.BAT.
  63. INDEXHLP.COM is the file index utility.   Usage is very simple; you just
  64. include the files you plan to index on the command line.  Issuing the
  65. INDEXHLP command gives instructions on usage.  BUILD.BAT is a batch file
  66. provided to simplify using INDEXHLP.  It indexes the default databases
  67. in the distribution and allows you to specify your own additional
  68. databases.   BUILD without parameters indexes the default databases.
  69. If any file names are supplied, they are also indexed.
  70.  
  71. If the HelpPC program is used in a batch file, the parameters to it
  72. must not be variable parameters (%0..%9).  This is because when DOS
  73. parses the batch file parameters, it strips out commas.   Commas are
  74. valid in topics and if removed by the parser will change the command
  75. line presented to HelpPC.  This usually results in the "Topic not
  76. found in index" message.
  77.  
  78.  
  79. Keys used in navigating through HelpPC
  80. ======================================
  81.  
  82. Esc      Exit current screen or HelpPC
  83. End      Moves text or menu to the last line/item
  84. Home     Moves text or menu to the first line/item
  85. PgUp     Moves text or menu to page top or previous page
  86. PgDn     Moves text or menu to page bottom or next page
  87. F1       Switches from menu to prompting mode and vice versa
  88. Alt-P    Write current topic to printer
  89. Alt-W    Write text to file HelpPC.DAT in the current directory
  90. Alt-X    Exit HelpPC and without clearing current screen
  91.  
  92.  
  93.  
  94. Disclaimer
  95. ==========
  96.  
  97. The program contained herein, in its original form, is designed to work
  98. with PC's which are completely IBM DOS and IBM BIOS compatible and has
  99. been tested on a myriad of PC's and compatibles.  The information
  100. contained within the help databases is correct to the best of my knowledge
  101. and ability.  Since it was compiled from various sources, some in complete
  102. disagreement and some continually changing specifications, I cannot be
  103. responsible for omissions, inaccuracies or plain errors of any type.
  104.  
  105. I make no claims to value of the enclosed programs or files, or their
  106. behavior and assume no liability for damages either from the direct use
  107. of this product or as a consequence of the use/misuse of this product.
  108. Hence, this program and all information contained within SHOULD BE USED
  109. AT ONES OWN RISK.
  110.  
  111. This disclaimer is included to absolve me from legal issues brought about
  112. by today's litigious society.
  113.